[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Пакет pythoncapi-compat-1:0^20251108.11cb80f-1.el10_0.src download

Имя pythoncapi-compat
Эпоха 1
Версия 0^20251108.11cb80f
Релиз 1.el10_0
Архитектура src
Сайт https://github.com/python/pythoncapi-compat
Лицензия 0BSD
Время сборки 2025-11-09 09:07:03
Хост сборки builder-x86-05.inferitos.ru
Краткое описание Python C API compatibility
Репозитории Extras
Полное описание The pythoncapi-compat project can be used to write a C or C++ extension supporting a wide range of Python versions with a single code base. It is made of the pythoncapi_compat.h header file and the upgrade_pythoncapi.py script.
Эррата
Размер 95 КиБ
Исходный проект pythoncapi-compat-0^20251108.11cb80f-1.el10_0
Контрольная сумма SHA-256 6de37ea2cbca6f70d7ce96eb45409a074362d28af0f61f4c7ccd5cc45a308753
× Full screenshot
История изменений link
* Sat Nov 08 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1:0^20251108.11cb80f-1
- Update to 0^20251108.11cb80f
- Don’t include structmember.h in pythoncapi_compat.h; avoids conflicts due
  to names without "Py" prefixes.

* Thu Nov 06 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1:0^20251105.44c8e14-1
- Update to 0^20251105.44c8e14
- Add `PyUnstable_TryIncref()` and `PyUnstable_EnableTryIncRef()`

* Thu Oct 16 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1:0^20251015.e510a7b-1
- Update to 0^20251015.e510a7b
- Add an Epoch since the previous update had the wrong date
- Switch snapshot info from <date><scm><revision> to <date>.<revision>

* Wed Oct 15 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20251114git6c77b6b-1
- Update to 0^20251114git6c77b6b
- `PyConfig_Get()` is also available on Python 3.8
- Add `PyUnstable_Unicode_GET_CACHED_HASH()` function
- Add `PyTuple_FromArray()` function

* Fri Oct 03 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20251003git97f1582-2
- Fix varargs indicator for `PyBytesWriter_Format`

* Fri Oct 03 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20251003git97f1582-1
- Update to 0^20251003git97f1582
- Fix compiler warnings for `PyBytesWriter_Format`

* Fri Sep 19 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250918gitab72af8-1
- Update to 0^20250918gitab72af8
- PEP 782: Add PyBytesWriter C API

* Mon Sep 01 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250901git90c06a4-1
- Update to 0^20250901git90c06a4
- Add `PyUnstable_Object_IsUniquelyReferenced`

* Sat Aug 09 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250809git5e31710-1
- Update to 0^20250809git5e31710
- Fixed a typo in a comment in `upgrade_pythoncapi.py`

* Tue Jun 24 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20250624gitb541b98-1
- Update to 0^20250624gitb541b98
- Avoid `%T` format in error message